rock_m_v
========
  Textures:
    - RockPattern07
        Scale: 0.5, 0.5

  Ambient Colors:
    - 128, 128, 128, 128

  Constant Colors:
    - 0, 0, 0, 50

  Color Registers:
    - -61, -81, -114, -98
    - 255, 165, 117, 255
    - 1023, 1023, 1023, 255

  Steps:
    1: RGB = ((tex #1 RGB) * (vertex RGB))
         A = (lerp from 50 to 0 using (vertex A)), multiply by 2
    2: RGB = (prev. RGB), then add (prev. A)
         A = 0, then add (vertex A)
